Skip to content

Commit

Permalink
Update ancillary packages to refer to new version of project nuget pa…
Browse files Browse the repository at this point in the history
…ckage (i.e. 1.0.0.1).
  • Loading branch information
cpsusie committed Oct 30, 2021
1 parent 3631050 commit e12b63a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CafeBabeGame/CafeBabeGame/CafeBabeGame.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNetVault" Version="1.0.0" />
<PackageReference Include="HighPrecisionTimeStamps" Version="1.0.0.1" />
<PackageReference Include="DotNetVault" Version="1.0.0.1" />
<PackageReference Include="HighPrecisionTimeStamps" Version="1.0.0.6" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Clorton Game/ClortonGameDemo/ClortonGameDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNetVault" Version="1.0.0" />
<PackageReference Include="HighPrecisionTimeStamps" Version="1.0.0.1" />
<PackageReference Include="DotNetVault" Version="1.0.0.1" />
<PackageReference Include="HighPrecisionTimeStamps" Version="1.0.0.6" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions ConsoleStressTest/ConsoleStressTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNetVault" Version="1.0.0" />
<PackageReference Include="HighPrecisionTimeStamps" Version="1.0.0.1" />
<PackageReference Include="DotNetVault" Version="1.0.0.1" />
<PackageReference Include="HighPrecisionTimeStamps" Version="1.0.0.6" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
</ItemGroup>

Expand Down
3 changes: 2 additions & 1 deletion DotNetVaultQuickStart/DotNetVaultQuickStart.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DotNetVault" Version="1.0.0" />
<PackageReference Include="DotNetVault" Version="1.0.0.1" />
<PackageReference Include="HighPrecisionTimeStamps" Version="1.0.0.6" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion ExampleCodePlayground/ExampleCodePlayground.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DotNetVault" Version="1.0.0" />
<PackageReference Include="DotNetVault" Version="1.0.0.1" />
<PackageReference Include="JetBrains.Annotations" Version="2021.2.0" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions ExampleLaundryMachine/LaundryMachine/LaundryMachine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNetVault" Version="1.0.0" />
<PackageReference Include="HighPrecisionTimeStamps" Version="1.0.0.1" />
<PackageReference Include="JetBrains.Annotations" Version="2021.2.0" />
<PackageReference Include="DotNetVault" Version="1.0.0.1" />
<PackageReference Include="HighPrecisionTimeStamps" Version="1.0.0.6" />
<PackageReference Include="JetBrains.Annotations" Version="2021.3.0" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNetVault" Version="1.0.0" />
<PackageReference Include="HighPrecisionTimeStamps" Version="1.0.0.1" />
<PackageReference Include="JetBrains.Annotations" Version="2021.2.0" />
<PackageReference Include="DotNetVault" Version="1.0.0.1" />
<PackageReference Include="HighPrecisionTimeStamps" Version="1.0.0.6" />
<PackageReference Include="JetBrains.Annotations" Version="2021.3.0" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNetVault" Version="1.0.0" />
<PackageReference Include="HighPrecisionTimeStamps" Version="1.0.0.1" />
<PackageReference Include="JetBrains.Annotations" Version="2021.2.0" />
<PackageReference Include="DotNetVault" Version="1.0.0.1" />
<PackageReference Include="HighPrecisionTimeStamps" Version="1.0.0.6" />
<PackageReference Include="JetBrains.Annotations" Version="2021.3.0" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
</ItemGroup>

Expand Down

0 comments on commit e12b63a

Please sign in to comment.