Skip to content

Commit b494c20

Browse files
1.0.1
## [1.0.1](v1.0.0...v1.0.1) (2020-09-17) ### Bug Fixes * Not working on Windows ([b0d4eba](b0d4eba)), closes [#1](#1)
1 parent 35da47f commit b494c20

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/compare/v1.0.0...v1.0.1) (2020-09-17)
2+
3+
4+
### Bug Fixes
5+
6+
* Not working on Windows ([b0d4eba](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/commit/b0d4ebacf6d940b14aecf6d79ef7fdb4ebddcaa3)), closes [#1](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/issues/1)
7+
18
# 1.0.0 (2020-09-11)
29

310

Plugins/CSharpCompilerSettings.dll

-1 KB
Binary file not shown.

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
C# Compiler Settings For Unity
22
===
33

4-
Change the C# compiler (csc) used in your Unity project, as you like!
4+
Change the C# compiler (csc) used on your Unity project, as you like!
55

66
[![](https://img.shields.io/npm/v/com.coffee.csharp-compiler-settings?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.coffee.csharp-compiler-settings/)
77
[![](https://img.shields.io/github/v/release/mob-sakai/CSharpCompilerSettingsForUnity?include_prereleases)](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/releases)
@@ -45,7 +45,7 @@ However, unfortunately, [there are no plans to backport to Unity 2020.1 or earli
4545

4646
<br>
4747

48-
This package changes the C# compiler (csc) used in your Unity project, to support C# 8.0.
48+
This package changes the C# compiler (csc) used on your Unity project, to support C# 8.0.
4949
Let's enjoy C# 8.0 features with your Unity project!
5050

5151
![](https://user-images.githubusercontent.com/12690315/92738843-44611800-f3b7-11ea-9412-be528547d0dd.png)
@@ -54,7 +54,7 @@ Let's enjoy C# 8.0 features with your Unity project!
5454

5555
* Easy to use.
5656
* This package is out of the box!
57-
* Change the C# compiler (csc) used in your Unity project.
57+
* Change the C# compiler (csc) used on your Unity project.
5858
* Change the nuget package name.
5959
* **[Microsoft.Net.Compilers][]: Official compiler (default)**
6060
* [OpenSesame.Net.Compilers][]: Allows access to internals/privates in other assemblies.
@@ -84,9 +84,12 @@ Let's enjoy C# 8.0 features with your Unity project!
8484

8585
### Feature plans
8686

87-
* Add a dropdown menu to select version
88-
* Verify the selected pakcage name and version
89-
* Show package description
87+
* Add a dropdown menu to select version.
88+
* Verify the selected pakcage name and version.
89+
* Show package description.
90+
* Configuring the C# compiler for each `*.asmodef` file.
91+
* The concept is similar to [com.coffee.open-sesame-compiler](https://github.com/mob-sakai/OpenSesameCompilerForUnity).
92+
* The two packages will be integrated in the future.
9093

9194
### NOTE: Please do so at your own risk!
9295

@@ -102,7 +105,7 @@ https://forum.unity.com/threads/unity-c-8-support.663757/page-2#post-5738029
102105
#### Requirement
103106

104107
* Unity 2018.3 or later
105-
* `.Net Framework 4.x`
108+
* `.Net 4.x` or `.Net Standard 2.0`
106109

107110
#### via OpenUPM
108111

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.0.0",
5+
"version": "1.0.1",
66
"unity": "2018.3",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)