Skip to content

Commit

Permalink
Merge pull request #3 from rbonestell/development
Browse files Browse the repository at this point in the history
Releasing v1.0.0 to NuGet.org
  • Loading branch information
rbonestell authored Dec 7, 2018
2 parents 38e1e9c + d864be4 commit 24784db
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 18 deletions.
Binary file added .DS_Store
Binary file not shown.
9 changes: 9 additions & 0 deletions DUKPTCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,14 @@ Global
GlobalSection(MonoDevelopProperties) = preSolution
description = A .NET Core implementation of TDES DUKPT, both PIN and Data variants.
version = 1.0.0
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$0.VersionControlPolicy = $4
EndGlobalSection
EndGlobal
Binary file added DUKPTCore/.DS_Store
Binary file not shown.
10 changes: 6 additions & 4 deletions DUKPTCore/DUKPTCore.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<ReleaseVersion>1.0.0</ReleaseVersion>
<NuspecFile>DUKPTCore.nuspec</NuspecFile>
<Authors>rbonestell</Authors>
<PackageLicenseUrl>https://github.com/rbonestell/DUKPTCore/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/rbonestell/DUKPTCore</PackageProjectUrl>
<Summary>A .NET Core implementation of TDES DUKPT, both PIN and Data variants.</Summary>
<Title>DUKPTCore</Title>
<RepositoryUrl>https://github.com/rbonestell/DUKPTCore</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageId>DUKPTCore</PackageId>
<PackageVersion>1.0.0</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>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType></DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Security.Cryptography.Primitives" Version="4.3.0" />
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.0" />
</ItemGroup>
</Project>
</Project>
14 changes: 0 additions & 14 deletions DUKPTCore/DUKPTCore.nuspec

This file was deleted.

4 changes: 4 additions & 0 deletions DUKPTCoreTests/DUKPTCoreTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<ReleaseVersion>1.0.0</ReleaseVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<IntermediateOutputPath></IntermediateOutputPath>
<RunWithWarnings>true</RunWithWarnings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
Expand Down

0 comments on commit 24784db

Please sign in to comment.