Skip to content

Commit

Permalink
Merge pull request #6 from rbonestell/development
Browse files Browse the repository at this point in the history
Releasing v1.0.1 to NuGet.org
  • Loading branch information
rbonestell authored Dec 16, 2018
2 parents 01524b2 + 33d7af2 commit 492a22a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions DUKPTCore/DUKPTCore.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<ReleaseVersion>1.0.0</ReleaseVersion>
<ReleaseVersion>1.0.1</ReleaseVersion>
<Authors>rbonestell</Authors>
<PackageLicenseUrl>https://github.com/rbonestell/DUKPTCore/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/rbonestell/DUKPTCore</PackageProjectUrl>
Expand All @@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/rbonestell/DUKPTCore</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageId>DUKPTCore</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>1.0.1</PackageVersion>
<Description>A .NET Core implementation of TDES DUKPT, both PIN and Data variants.</Description>
<Owners>rbonestell</Owners>
<PackageTags>DUKPT TDES 3DES ANSI ANS x9.24 Core</PackageTags>
Expand All @@ -20,6 +20,5 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Security.Cryptography.Primitives" Version="4.3.0" />
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion DUKPTCoreTests/DUKPTCoreTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp2.1</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>1.0.0</ReleaseVersion>
<ReleaseVersion>1.0.1</ReleaseVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down

0 comments on commit 492a22a

Please sign in to comment.