Skip to content

Commit

Permalink
make file access manager nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
trudyhood committed Dec 6, 2024
1 parent 7f20de1 commit 0737d46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Pub/PublishApps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ if ($nugets) {
& "$solutionDir/VpnHood.Client.App.Win.Common.WpfSpa/_publish.ps1";
& "$solutionDir/VpnHood.Server/_publish.ps1";
& "$solutionDir/VpnHood.Server.Access/_publish.ps1";
& "$solutionDir/VpnHood.Server.Access.FileAccessManager/_publish.ps1";
}

# publish MAUI nugets
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Light access manager using OS file system.</Description>
<TargetFramework>netstandard2.1</TargetFramework>
Expand All @@ -20,7 +20,7 @@
<PackageIcon>VpnHood.png</PackageIcon>
<PackageProjectUrl>https://github.com/vpnhood/vpnhood</PackageProjectUrl>
<RepositoryUrl>https://github.com/vpnhood/vpnhood</RepositoryUrl>
<Version>4.6.584</Version>
<Version>5.0.607</Version>
<FileVersion>$([System.DateTime]::Now.ToString("yyyy.M.d.HHmm"))</FileVersion>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions VpnHood.Server.Access.FileAccessManager/_publish.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
& "$PSScriptRoot/../Pub/Core/PublishNuget.ps1" $PSScriptRoot

0 comments on commit 0737d46

Please sign in to comment.