Skip to content

Commit

Permalink
0.1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiowchern committed Mar 13, 2021
1 parent 63f0c4f commit 005fb3e
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>0.1.8.1</Version>
<Version>0.1.8.2</Version>
<PackageProjectUrl>https://github.com/jiowchern/Regulus</PackageProjectUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackAsTool>true</PackAsTool>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>Regulus.Application</RootNamespace>
<Version>0.1.8.1</Version>
<Version>0.1.8.2</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20253.1" />
Expand Down
2 changes: 1 addition & 1 deletion Regulus.Network/Regulus.Network.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.8.1</Version>
<Version>0.1.8.2</Version>
<PackageProjectUrl>https://github.com/jiowchern/Regulus</PackageProjectUrl>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Regulus.Remote.Client/Regulus.Remote.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.8.1</Version>
<Version>0.1.8.2</Version>
<PackageProjectUrl>https://github.com/jiowchern/Regulus</PackageProjectUrl>

</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Regulus.Remote.Ghost/Regulus.Remote.Ghost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.8.1</Version>
<Version>0.1.8.2</Version>
<PackageProjectUrl>https://github.com/jiowchern/Regulus</PackageProjectUrl>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Regulus.Remote.Protocol/Regulus.Remote.Protocol.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.8.1</Version>
<Version>0.1.8.2</Version>
<PackageProjectUrl>https://github.com/jiowchern/Regulus</PackageProjectUrl>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Regulus.Remote.Reactive/Regulus.Remote.Reactive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.1.8.1</Version>
<Version>0.1.8.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Regulus.Remote.Server/Regulus.Remote.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.8.1</Version>
<Version>0.1.8.2</Version>
<PackageProjectUrl>https://github.com/jiowchern/Regulus</PackageProjectUrl>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Regulus.Remote.Soul/Regulus.Remote.Soul.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.1.8.1</Version>
<Version>0.1.8.2</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/jiowchern/Regulus</PackageProjectUrl>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Regulus.Remote.Standalone/Regulus.Remote.Standalone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.8.1</Version>
<Version>0.1.8.2</Version>
<PackageProjectUrl>https://github.com/jiowchern/Regulus</PackageProjectUrl>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Regulus.Remote/Regulus.Remote.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.8.1</Version>
<Version>0.1.8.2</Version>
<PackageProjectUrl>https://github.com/jiowchern/Regulus</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Regulus.Serialization/Regulus.Serialization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.8.1</Version>
<Version>0.1.8.2</Version>
<PackageProjectUrl>https://github.com/jiowchern/Regulus</PackageProjectUrl>
<Authors>Regulus.Serialization</Authors>
<Company>Regulus.Serialization</Company>
Expand Down
2 changes: 1 addition & 1 deletion Regulus.Utility/Regulus.Utility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.1.8.1</Version>
<Version>0.1.8.2</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/jiowchern/Regulus</PackageProjectUrl>
<Authors>Regulus.Utility</Authors>
Expand Down

0 comments on commit 005fb3e

Please sign in to comment.