Skip to content

Commit ea5b98b

Browse files
committed
Release 3.3.1
1 parent 4ba0751 commit ea5b98b

5 files changed

Lines changed: 81 additions & 81 deletions

File tree

NuGetImporterForUnity/Packages/NuGet Importer/Editor/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
[assembly: AssemblyDescription("NuGet importer for Unity.")]
66
[assembly: AssemblyCompany("kumaS")]
77
[assembly: AssemblyCopyright("Apache 2.0 Copyright 2021 kumaS")]
8-
[assembly: AssemblyVersion("3.3.0.0")]
8+
[assembly: AssemblyVersion("3.3.0.1")]
99

1010
[assembly: InternalsVisibleTo("kumaS.NuGetImporter.Editor.Tests")]

NuGetImporterForUnity/Packages/NuGet Importer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "org.kumas.nuget-importer",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"displayName": "NuGet Importer",
55
"description": "Editor extension for importing NuGet packages.",
66
"unity": "2019.4",
Binary file not shown.

docs/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,13 +1072,13 @@
10721072
"can_incremental": true,
10731073
"incrementalPhase": "build",
10741074
"total_file_count": 8,
1075-
"skipped_file_count": 6
1075+
"skipped_file_count": 8
10761076
},
10771077
"ManagedReferenceDocumentProcessor": {
10781078
"can_incremental": true,
10791079
"incrementalPhase": "build",
10801080
"total_file_count": 69,
1081-
"skipped_file_count": 52
1081+
"skipped_file_count": 68
10821082
},
10831083
"ResourceDocumentProcessor": {
10841084
"can_incremental": false,

0 commit comments

Comments
 (0)