Skip to content

Commit

Permalink
Add online startup script to build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcosand committed Mar 9, 2019
1 parent 099296d commit af982eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TrackerConsole/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2019.03.09.1")]
[assembly: AssemblyFileVersion("2019.03.09.1")]
[assembly: AssemblyVersion("2019.03.09.2")]
[assembly: AssemblyFileVersion("2019.03.09.2")]
1 change: 1 addition & 0 deletions TrackerConsole/TrackerConsole - sartopo.com.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TrackerConsole https://sartopo.com MYTEAMCOLLAR
3 changes: 3 additions & 0 deletions TrackerConsole/TrackerConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
</None>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="TrackerConsole - sartopo.com.cmd">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Garmin.Device.Core\Garmin.Device.Core.csproj">
Expand Down

0 comments on commit af982eb

Please sign in to comment.