1.2 release
This commit is contained in:
@@ -5,14 +5,14 @@
|
|||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<RootNamespace>ViteProxy</RootNamespace>
|
<RootNamespace>ViteProxy</RootNamespace>
|
||||||
<AssemblyName>ViteProxy</AssemblyName>
|
<AssemblyName>ViteProxy</AssemblyName>
|
||||||
<Version>0.0.0</Version>
|
<Version>1.2.0</Version>
|
||||||
<DebugType>embedded</DebugType>
|
<DebugType>embedded</DebugType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Product>ViteProxy</Product>
|
<Product>ViteProxy</Product>
|
||||||
<Title>ViteProxy</Title>
|
<Title>ViteProxy</Title>
|
||||||
<Copyright>Copyright © Tobias Klika 2022</Copyright>
|
<Copyright>Copyright © Tobias Klika 2024</Copyright>
|
||||||
<Tags>Vite, npm, middleware, server, development</Tags>
|
<Tags>Vite, npm, middleware, server, development</Tags>
|
||||||
<Authors>Tobias Klika</Authors>
|
<Authors>Tobias Klika</Authors>
|
||||||
<Description>ViteProxy is a proxy for vite projects within ASP.NET Core.</Description>
|
<Description>ViteProxy is a proxy for vite projects within ASP.NET Core.</Description>
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user