Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
beyaz committed Dec 1, 2024
1 parent c166802 commit 823e535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReactWithDotNet/ReactWithDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<PropertyGroup>
<PackageId>ReactWithDotNet</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>ReactWithDotNet</Authors>
<Company>ReactWithDotNet</Company>
<Description>Write react app in c# language on .net core server</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class ContentInfo

partial class Mixin
{
const string Version = "1.0.0";
const string Version = "1.0.1";
public static readonly string IndexJsFilePath = $"/ReactWithDotNet/index.js?v={Version}";
public static readonly string IndexCssFilePath = $"/ReactWithDotNet/index.css?v={Version}";
}

0 comments on commit 823e535

Please sign in to comment.