Skip to content

Commit

Permalink
feat: Released 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Nov 9, 2024
1 parent 1679b57 commit a1b5ca5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/libs/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<PropertyGroup Label="Nuget">
<Version>2.0.3</Version>
<Version>2.1.0</Version>
<Description>The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.</Description>
<PackageTags>chatgpt;openai;tiktoken;tokens;gpt-4;gpt-3.5-turbo;cl100k_base;p50k_base</PackageTags>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand All @@ -25,11 +25,6 @@
<None Include="$(MSBuildThisFileDirectory)../../README.md" Pack="true" PackagePath="\" Visible="false" />
</ItemGroup>

<PropertyGroup Label="Local NuGet Packages">
<GeneratePackageOnBuild Condition="'$(CI)' != 'true'">true</GeneratePackageOnBuild>
<PackageOutputPath Condition="'$(CI)' != 'true'">$(MSBuildThisFileDirectory)../../../LocalPackages</PackageOutputPath>
</PropertyGroup>

<ItemGroup Label="Source Link">
<PackageReference Include="DotNet.ReproducibleBuilds">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit a1b5ca5

Please sign in to comment.