Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#38 Set package metadata #40

Closed
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions StatsigRedis/StatsigRedis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<Version>1.0.0</Version>
<Authors>Statsig Inc.</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/statsig-io/dotnet-sdk.git</RepositoryUrl>
<Owners>Statsig Inc.,</Owners>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
thompson-tomo marked this conversation as resolved.
Show resolved Hide resolved
<PackageProjectUrl>https://github.com/statsig-io/dotnet-sdk</PackageProjectUrl>
<PackageTags>feature flags; feature gates; a/b testing; experimentation</PackageTags>
<Title>Statsig Redis Data Store</Title>
Expand All @@ -24,8 +25,4 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<None Include="../LICENSE" Pack="true" PackagePath="" />
</ItemGroup>

</Project>
7 changes: 2 additions & 5 deletions dotnet-statsig/dotnet-statsig.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
<Version>1.25.0</Version>
<Authors>Statsig Inc.</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/statsig-io/dotnet-sdk.git</RepositoryUrl>
<Owners>Statsig Inc.,</Owners>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
thompson-tomo marked this conversation as resolved.
Show resolved Hide resolved
<PackageProjectUrl>https://github.com/statsig-io/dotnet-sdk</PackageProjectUrl>
<PackageTags>feature flags; feature gates; a/b testing; experimentation</PackageTags>
<Title>Statsig .NET SDK</Title>
Expand All @@ -22,10 +23,6 @@
<Folder Include="src\" />
</ItemGroup>

<ItemGroup>
<None Include="../LICENSE" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="UAParser" Version="3.1.47" />
Expand Down