Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
package version update
Browse files Browse the repository at this point in the history
  • Loading branch information
brkmustu committed Mar 4, 2020
2 parents 0fc9179 + ce9c466 commit 693de48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/Cpbp.Core/Cpbp.Core.csproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net452;net472;</TargetFrameworks>
<Version>1.0.1</Version>
<Version>1.0.1.1</Version>
<RepositoryUrl>https://github.com/brkmustu/Cpbp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Cpbp Cli CliApplication CommandPrompt Terminal Boilerplate</PackageTags>
Expand All @@ -11,6 +11,8 @@
<Authors>M. Burak Muştu</Authors>
<PackageReleaseNotes>bugfix - System.IO.FileLoadException : Could not load file or assembly 'Cpbp.Core, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Cpbp.Core.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

</Project>
4 changes: 2 additions & 2 deletions src/Cpbp/Cpbp.csproj
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Cpbp</AssemblyName>
<PackageId>Cpbp</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.0.1</Version>
<Version>2.0.1.1</Version>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/brkmustu/Cpbp</RepositoryUrl>
<PackageTags>Cpbp Cli CliApplication CommandPrompt Terminal Boilerplate</PackageTags>
Expand Down Expand Up @@ -37,7 +37,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cpbp.Core" Version="1.0.1" />
<PackageReference Include="Cpbp.Core" Version="1.0.1.1" />
<PackageReference Include="SimpleInjector" Version="4.9.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
</ItemGroup>
Expand Down

0 comments on commit 693de48

Please sign in to comment.