Skip to content

Commit ac53ef7

Browse files
1.1.1-preview.2
## [1.1.1-preview.2](v1.1.1-preview.1...v1.1.1-preview.2) (2020-10-13) ### Bug Fixes * the setting is incorrect for asmdef ([6b16210](6b16210))
1 parent fd4c684 commit ac53ef7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.1-preview.2](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/compare/v1.1.1-preview.1...v1.1.1-preview.2) (2020-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* the setting is incorrect for asmdef ([6b16210](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/6b1621042b55cbe6a82138b29b029b1647cc79f7))
7+
18
## [1.1.1-preview.1](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/compare/v1.1.0...v1.1.1-preview.1) (2020-10-13)
29

310

Plugins/CSharpCompilerSettings.dll

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.coffee.csharp-compiler-settings",
33
"displayName": "C# Compiler Settings",
44
"description": "Change the C# compiler (csc) used in your Unity project, as you like!",
5-
"version": "1.1.1-preview.1",
5+
"version": "1.1.1-preview.2",
66
"unity": "2018.3",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)