File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ dotnet publish \
17
17
--runtime linux-x64 \
18
18
--self-contained true \
19
19
--configuration Release \
20
- -p:Version=0.9.5 \
20
+ -p:Version=0.9.6-beta1 \
21
21
--output build \
22
22
src/nuget-inspector/nuget-inspector.csproj
Original file line number Diff line number Diff line change 16
16
rm -rf release/
17
17
mkdir release
18
18
19
- VERSION=0.9.5
19
+ VERSION=0.9.6-beta1
20
20
21
21
TARGET_BASE=nuget-inspector-$( git describe)
22
22
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
2
commit = False
3
3
tag = False
4
- current_version = 0.9.5
4
+ current_version = 0.9.6-beta1
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
6
6
serialize =
7
7
{major}.{minor}.{patch}-{release}
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ public static class Config
6
6
public static bool TRACE_NET = false ;
7
7
public static bool TRACE_DEEP = false ;
8
8
public static bool TRACE_META = false ;
9
- public static string NUGET_INSPECTOR_VERSION = "0.9.5 " ;
9
+ public static string NUGET_INSPECTOR_VERSION = "0.9.6-beta1 " ;
10
10
}
Original file line number Diff line number Diff line change 23
23
<PackageId >nuget-inspector</PackageId >
24
24
<Product >nuget-inspector</Product >
25
25
<AssemblyName >nuget-inspector</AssemblyName >
26
- <Version >0.9.5 </Version >
26
+ <Version >0.9.6-beta1 </Version >
27
27
<Authors >nexB Inc.</Authors >
28
28
<Company >nexB Inc</Company >
29
- <AssemblyVersion >0.9.5.0 </AssemblyVersion >
30
- <FileVersion >0.9.5.0 </FileVersion >
29
+ <AssemblyVersion >0.9.6.1 </AssemblyVersion >
30
+ <FileVersion >0.9.6.1 </FileVersion >
31
31
<Description >A NuGet and Dotnet package dependency resolver</Description >
32
32
<PackageProjectUrl >https://github.com/nexB/nuget-inspector</PackageProjectUrl >
33
33
<PackageLicenseUrl >Apache-2.0 AND MIT</PackageLicenseUrl >
43
43
<PackageReference Include =" Mono.Options" Version =" 6.12.0.148" />
44
44
<PackageReference Include =" NuGet.Common" Version =" 6.4.0" />
45
45
<PackageReference Include =" NuGet.Configuration" Version =" 6.4.0" />
46
+ <PackageReference Include =" NuGet.Build.Tasks.Console" Version =" 6.4.0" />
46
47
<PackageReference Include =" NuGet.Frameworks" Version =" 6.4.0" />
47
48
<PackageReference Include =" NuGet.LibraryModel" Version =" 6.4.0" />
48
49
<PackageReference Include =" NuGet.PackageManagement" Version =" 6.4.0" />
You can’t perform that action at this time.
0 commit comments