Skip to content

Commit

Permalink
Bump version to 4.1.2 for all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
petermorlion committed Nov 6, 2019
1 parent f0a1d2f commit 08d425b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions RedStar.Amounts.JsonNet/RedStar.Amounts.JsonNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>3.0.1</Version>
<Version>4.1.2</Version>
<Authors>Peter Morlion</Authors>
<Company>Red Star IT</Company>
<PackageLicenseUrl></PackageLicenseUrl>
Expand All @@ -17,8 +17,8 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
<FileVersion>4.1.2.0</FileVersion>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile>MIT.md</PackageLicenseFile>
</PropertyGroup>
Expand All @@ -35,4 +35,4 @@
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>4.1.1</Version>
<Version>4.1.2</Version>
<Authors>Peter Morlion</Authors>
<Company>Red Star IT</Company>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
<PackageLicenseUrl></PackageLicenseUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand All @@ -14,7 +14,7 @@
<PackageTags>units, amounts, SI, système internationale, International System of Units</PackageTags>
<PackageProjectUrl>https://github.com/petermorlion/RedStar.Amounts</PackageProjectUrl>
<RepositoryUrl>https://github.com/petermorlion/RedStar.Amounts</RepositoryUrl>
<FileVersion>4.1.0.0</FileVersion>
<FileVersion>4.1.2.0</FileVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
Expand All @@ -33,4 +33,4 @@
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
</Project>
8 changes: 4 additions & 4 deletions RedStar.Amounts/RedStar.Amounts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>4.1.1</Version>
<Version>4.1.2</Version>
<Authors>Peter Morlion</Authors>
<Company>Red Star IT</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -16,8 +16,8 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<FileVersion>4.1.0.0</FileVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
<FileVersion>4.1.2.0</FileVersion>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile>CPOL.md</PackageLicenseFile>
</PropertyGroup>
Expand All @@ -30,4 +30,4 @@
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
</Project>

0 comments on commit 08d425b

Please sign in to comment.