Skip to content

Commit

Permalink
Source link is automatic now
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule committed Nov 19, 2024
1 parent c1cc5a5 commit 1576563
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
5 changes: 2 additions & 3 deletions Keyczar/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<Project>
<PropertyGroup>
<VersionPrefix>0.9.5</VersionPrefix>
<VersionPrefix>0.9.6</VersionPrefix>
<Authors>jbtule</Authors>
<Copyright>Copyright © Contributors 2012-2024</Copyright>
<PackageProjectUrl>https://github.com/jbtule/keyczar-dotnet</PackageProjectUrl>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/jbtule/keyczar-dotnet</RepositoryUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion Keyczar/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Newtonsoft.Json.Bson" Version="1.0.2" />
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.4.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0"/>
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="4.5.0"/>
<PackageVersion Include="ManyConsole.CommandLineUtils" Version="1.1.8-alpha" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
Expand Down
8 changes: 2 additions & 6 deletions Keyczar/Keyczar/Keyczar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@
Uses BouncyCastle as backend for most encryption.
Official keyczar version: http://keyczar.org</Summary>
<PackageTags>cryptography crypto security encryption symmetric asymmetric mac aes rsa dsa hmac</PackageTags>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpZipLib" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="Newtonsoft.Json.Bson" />
<PackageReference Include="BouncyCastle.Cryptography" />
<PackageReference Include="Microsoft.SourceLink.GitHub">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>

</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<Reference Include="Microsoft.CSharp" />
Expand Down

0 comments on commit 1576563

Please sign in to comment.