Skip to content

Commit

Permalink
chore: rename .props file
Browse files Browse the repository at this point in the history
  • Loading branch information
kl1mm committed Feb 27, 2023
1 parent 3f94f49 commit d5bec65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/kli.Localize.Example/kli.Localize.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="kli.Localize" Version="*" />
<PackageReference Include="kli.Localize" Version="0.8.*" />

<AdditionalFiles Include="Localizations\Locale.json" />
<AdditionalFiles Include="Localizations\Locale.json" ClassName="MyLocale" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/kli.Localize.Generator/kli.Localize.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="$(PkgNewtonsoft_Json)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<!-- Package the props file -->
<None Include="LocalizeGenerator.props" Pack="true" PackagePath="build" />
<None Include="kli.Localize.props" Pack="true" PackagePath="build" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/kli.Localize.Test/kli.Localize.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<AdditionalFiles Include="TestLocalizations\Locale.json" NamespaceName="kli.Localilizations" ClassName="MyLocale" />
</ItemGroup>

<Import Project="..\kli.Localize.Generator\LocalizeGenerator.props" />
<Import Project="..\kli.Localize.Generator\kli.Localize.props" />

</Project>

0 comments on commit d5bec65

Please sign in to comment.